home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Utilities / In⁄Out™ / In_Out™ / card_2856.txt < prev    next >
Text File  |  1990-04-09  |  5KB  |  249 lines

  1. -- card: 2856 from stack: in
  2. -- bmap block id: 3286
  3. -- flags: 0000
  4. -- background id: 2649
  5. -- name: General
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=61 top=84 right=107 bottom=203
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "Automation"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=61 top=116 right=139 bottom=203
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: New Button
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to card "Sorting"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=61 top=148 right=171 bottom=203
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: New Button
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   go to card "HotKeys"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=61 top=180 right=203 bottom=203
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: New Button
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go to card "Display"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=61 top=211 right=234 bottom=203
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: New Button
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to card "General"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (field)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=241 top=68 right=90 bottom=272
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115.  
  116.  
  117. -- part 7 (button)
  118. -- low flags: 00
  119. -- high flags: 6006
  120. -- rect: left=243 top=206 right=225 bottom=352
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: New Button
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   set the hilite of card button 7 to FALSE
  132.   if the hilite of me is true then
  133.     set the hilite of me to true
  134.   end if
  135.   set the hilite of me to TRUE
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 00
  142. -- high flags: 2006
  143. -- rect: left=243 top=225 right=245 bottom=352
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: New Button
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   set the hilite of card button 6 to FALSE
  155.   if the hilite of me is true then
  156.     set the hilite of me to true
  157.   end if
  158.   set the hilite of me to true
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 9 (button)
  164. -- low flags: 00
  165. -- high flags: 2006
  166. -- rect: left=243 top=146 right=165 bottom=352
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: New Button
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   set the hilite of card button 9 to FALSE
  178.   if the hilite of me is true then
  179.     set the hilite of me to true
  180.   end if
  181.   set the hilite of me to TRUE
  182. end mouseUp
  183.  
  184.  
  185.  
  186. -- part 10 (button)
  187. -- low flags: 00
  188. -- high flags: 6006
  189. -- rect: left=243 top=126 right=145 bottom=352
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: New Button
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   set the hilite of card button 8 to FALSE
  201.   if the hilite of me is true then
  202.     set the hilite of me to true
  203.   end if
  204.   set the hilite of me to TRUE
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part 11 (button)
  210. -- low flags: 00
  211. -- high flags: 2000
  212. -- rect: left=383 top=286 right=308 bottom=445
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: OK
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   go to card "SLBnames"
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 12 (button)
  229. -- low flags: 00
  230. -- high flags: 2000
  231. -- rect: left=315 top=286 right=308 bottom=377
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: OK
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   go card SLBnames
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part contents for card part 6
  248. ----- text -----
  249. 10